home *** CD-ROM | disk | FTP | other *** search
- Path: news.interpath.net!softbase
- From: softbase@mercury.interpath.com (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c
- Subject: Re: list of functions in a lib<>.a file
- Date: 19 Apr 1996 19:04:51 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4l8o4j$kj@news.interpath.net>
- References: <4l60fc$9am@ornews.intel.com> <smryanDq3M2y.5M8@netcom.com>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- @#$%!?! (smryan@netcom.com) wrote:
- : : Is there a way that I can get a list of functions in a .a
- : : library file?
-
- : nm if your system has it.
-
- Don't you mean ar? nm lists the symbols in a .o file, but I don't
- think I've ever run it on an archive before. ar would be more
- user friendly anyhow.
-
- I think it's ar -t for a directory, same as tar.
-
- Scott
-
-